home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 September / CHIP NET Rehberi Eylül 1998.iso / ftp / iftp21 / IFTP.INI < prev    next >
INI File  |  1998-06-29  |  6KB  |  156 lines

  1. ;------------------------------------------------------------------
  2. ; iFTP v2.1d
  3. ; (c) 1998 copyright Santronics Software Inc.
  4. ;------------------------------------------------------------------
  5.  
  6. //========================================================================
  7. // Section: Setup
  8. //
  9. // This section defines some default options
  10. //
  11. // LogKeepDays     When trimming log, # of days to keep, see /TRIM
  12. // SaveDate        0/1 (Downloads) Save local File date using remote date
  13. // UseGMTDate      0/1 v2.1d - since some FTP servers use the GMT time for
  14. //                 the file date, 0 will match the same date while 1 will
  15. //                 use the local machine GMT translation. Recommend 0.
  16. // Editor          Default Editor for EDIT script command
  17. // ServerLog       0/1, Server FTP server responses in IFTPSERV.LOG
  18. // UseCache        1/0, Enable Caching
  19. // Debug           0/1, Enable Verbose Scripting, Async Debug Logging.
  20. // UploadCase      0/1/2, Upload filename, 0 as it, 1 lower 2 upper
  21. // DnloadCase      0/1/2, Downdown filename, 0 as it, 1 lower 2 upper
  22. // LogFilePath     Location of IFTP.LOG, default is iftp.exe location
  23. // AltScriptPath   Alternate location of Script files
  24. // UseFastGet      0/1, Skip Search for single file gets
  25. // DialTimeout     Dial Timeout (millisecs, default is 90000 (90 secs))
  26. // FixedIPAddress  Fixed IP address if you are using one
  27. //========================================================================
  28.  
  29. [Setup]
  30. LogKeepDays=4
  31. SaveDate=0
  32. UseGmtDate=0
  33. Editor=
  34. ServerLog=0
  35. UseCache=0
  36. Debug=0
  37. UploadCase=1
  38. DnloadCase=1
  39. LogFilePath=
  40. AltScriptPath=
  41. UseFastGet=0
  42. DialTimeout=
  43. FixedIPAddress=
  44.  
  45. //========================================================================
  46. // Section: Proxy
  47. // Version: 2.1d
  48. //
  49. // This section defines proxy information.
  50. //
  51. // Access          Defines Proxy Access Type (default is 1)
  52. //
  53. //                 0        Use IE 4.0 Proxy Preconfiguration, if any.
  54. //                 1        Direct to Net, bypass proxy  (default)
  55. //                 2        Via gateway
  56. //                 3        Use ProxyServer and ProxyByList defined
  57. //
  58. // ServerList      Define proxy server(s) using the format:
  59. //                 host:port;host:port
  60. //
  61. // ByPassList      Define a bypass list separated by semi-colons. i.e.,
  62. //                 www.santronics.com;<local>  use the word <local> to
  63. //                 by pass any host name that does not contain a period.
  64. //                 Masking can be used.
  65. //
  66. //========================================================================
  67.  
  68. [Proxy]
  69. Access=0
  70. ServerList=
  71. ByPassList=
  72.  
  73.  
  74. //========================================================================
  75. // Section: Asynchronous
  76. //
  77. // This section defines some socket mode operation. See IFTPCODE.TXT
  78. // for detail information on Asynchronous operations.
  79. //
  80. // Socket          0/1, Open the socket in asynchronous mode
  81. // Dial            0/1, Enable asynchronous during RAS/DUN (Dialing)
  82. // Connect         0/1, Enable asynchronous during connections
  83. // Search          0/1, Enable asynchronous during directory searches
  84. // Download        0/1, Enable asynchronous during file downloads
  85. // Upload          0/1, Enable asynchronous during file uploads
  86. // ShowProgress    0/1, Enable Progress Indicator (Requires Socket=1)
  87. //========================================================================
  88.  
  89. [Asynchronous]
  90. Socket=0
  91. Dial=0
  92. Connect=0
  93. Search=0
  94. Download=0
  95. Upload=0
  96. ShowProgress=1
  97.  
  98. //========================================================================
  99. // Section: [PPP[:EntryName]]
  100. //
  101. // This section defines account information for the RAS dialer
  102. //
  103. // [PPP] is the default account.  [PPP:EntryName] allows for secondary
  104. // PPP accounts.
  105. //
  106. // Entry           DUN entry name to dial. This is the exact name as
  107. //                 defined in Win95 Dialup Network or NT's RAS manager.
  108. // UserName        Userid for ISP account
  109. // Password        Password for your ISP account.
  110. //
  111. // Note: Username/Password is only required if you have not defined them
  112. //       in Win95/Win NT 4.0.   For 3.51, you will need them here if you
  113. //       have not defined a SWITCH.INF script in the System32\Ras directory.
  114. //========================================================================
  115.  
  116. [PPP]
  117. Entry=elink
  118. UserName=XXXXXXXXXX
  119. Password=XXXXXXXXXXX
  120.  
  121. [PPP:SecondISP]
  122. Entry=OtherISP
  123. UserName=XXXXXXXXXXX
  124. Password=XXXXXXXXXXXX
  125.  
  126. //========================================================================
  127. // Section: Defaulthost
  128. //
  129. // These section defines the default FTP site when using the OPEN command.
  130. // You may define [Alias] locations to define other FTP sites.
  131. //
  132. // Host            Defines the FTP URL for the FTP client.
  133. // UserId          FTP account user name
  134. // Password        FTP account password
  135. // EmailAddress    Your Email Address
  136. //========================================================================
  137.  
  138. [DefaultHost]
  139. Host=ftp2.paonline.com
  140. UserId=XXXXXXXXXXXXX
  141. Password=XXXXXXXXXXXX
  142. EmailAddress=hector@santronic.com
  143.  
  144. //========================================================================
  145. // Section: [aliases]
  146. //
  147. // You can defined specific aliases to override the default host. They
  148. // can be used with the OPEN command.
  149. //========================================================================
  150.  
  151. [ftpsite]
  152. host=ftp2.paonline.com
  153. UserId=XXXXXXXXXXXXXXXX
  154. Password=XXXXXXXXXXXXXXXXXXX
  155. EmailAddress=hector@santronic.com
  156.